x86/microcode: cleanup int type usage for cpu numbers
authorAravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Tue, 25 Aug 2015 14:15:55 +0000 (16:15 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 25 Aug 2015 14:15:55 +0000 (16:15 +0200)
commit901814d68bab33ee448970cf27b0f78328cab8a6
treebc7a4a798820697a45a161571e6078c88fcf9152
parent7b99717f62caeac08eea224a177cd28f047ac4b5
x86/microcode: cleanup int type usage for cpu numbers

CPU numbers can't be negative. Fixing the microcode*
files to properly use unsigned type in this patch.

No functional change is introduced.

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/microcode.c
xen/arch/x86/microcode_amd.c
xen/arch/x86/microcode_intel.c
xen/include/asm-x86/microcode.h
xen/include/asm-x86/processor.h